* {
  padding: 0;
  margin: 0;
  font-family: 'Microsoft YaHei', arial, helvetica, clean, sans-serif;
}

html {
  font-size: 100px;
}

body {
  font: 14px/1.231 'Microsoft YaHei', arial, helvetica, clean, sans-serif;
  color: #333;
  margin: 0;
  line-height: 1.5;
}

*:before,
*:after {
  box-sizing: content-box;
}

:focus {
  outline: 1;
}

article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
  display: block;
}

a {
  color: #333;
  text-decoration: none;
}

a:link,
a:hover,
a:active,
a:visited {
  text-decoration: none;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

li,
ul {
  list-style-type: none;
}

img {
  border: none;
}

input,
textarea {
  outline: 0;
  border: 0;
  resize: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
dl,
dd,
dt,
i,
em {
  font-weight: normal;
  font-style: normal;
}

.left {
  float: left;
}

.right {
  float: right;
}

.clearboth {
  clear: both;
}

body {
  overflow-x: hidden;
}

.dl-container {
  max-width: 1300px;
  margin: 0 auto;
  position: relative;
}

.gd1 {
  animation: mymove1 1s 0.5s ease-out infinite alternate !important;
}

.gd2 {
  animation: mymove2 1s 0.5s ease-out infinite alternate !important;
}

.gd3 {
  animation: mymove111 1s 0.5s ease-out infinite alternate !important;
}

.gd4 {
  animation: mymove112 1s 0.5s ease-out infinite alternate !important;
}

.top_pic {
  width: 100%;
  height: 129px;
  overflow: hidden;
  margin: auto;
  position: relative;
  left: 0;
  top: 0;
  z-index: 999;
  background: #fff;
}

@media(max-width:640px) {
  .top_pic {
    display: none;
  }

  .header {
    top: 0;
  }
}

.online {
  width: 1200px;
  overflow: hidden;
  margin: 0 auto;
}

.online ul {
  width: 1200px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.online li {
  float: left;
  width: 280px;  
  height: 129px;
  background: url(../images/online_bg.jpg) repeat-x 0 bottom;
}

.online li .img {
  float: left;
  text-align: center;
  width: 90px;
  height: 90px;
}

.online li .img span a {
  display: block;
  color: #fff;
  font-size: 14px;
  width: 95px;
  height: 20px;
  line-height: 20px;
  background: #ff923f;
}

.online li .img>a {
  border: 2px solid #fff;
  border-radius: 50%;
  width: 90px;
  height: 90px;
  display: block;
}

.online li .img>a img {
  border: 2px solid #fff;
  border-radius: 50%;
  width: 90px;
  height: 90px;
  display: block;
}

.online li .info {
  float: right;
  text-align: center;
  line-height: 20px;
  padding-top: 35px;
}

.online li .info a {
  display: block;
  font-size: 14px;
  width: 165px;
  height: 20px;
  color: #fff;
  background: #ff4e00;
  text-align: center;
}

.online li .info p {
  width: 165px;
  height: 20px;
  text-align: center;
  font-size: 14px;
  background: #fff;
}

.z-message-Cx label {
  display: block;
  border-radius: 200px;
  border: 3px solid #ff4e00;
  width: 425px;
  height: 25px;
  line-height: 25px;
  margin: auto;
  padding: 10px 0;
  margin-bottom: 20px;
}

.z-message-Cx input {
  border: none;
  background: none;
  height: 25px;
  line-height: 25px;
  padding-left: 55px;
  font-size: 16px;
  width: 340px;
}

.z-message-Cx .usertel {
  background: #fff url(../images/contact_ico1.gif) no-repeat 15px center;
}

.z-message-Cx .address {
  background: #fff url(../images/contact_ico2.gif) no-repeat 15px center;
}

.z-message-Cx .website {
  background: #fff url(../images/contact_ico3.gif) no-repeat 15px center;
}

.z-message-Cx .btn_submit {
  background: #ff4e00 url(../images/btn_submit_bg.gif) no-repeat center center;
  padding: 0;
  height: 50px;
}

.z-message-Cx .btn_submit input {
  width: 100%;
  height: 50px;
  cursor: pointer;
}

.z-message-T {
  text-align: center;
  background: url(../images/title_bg.png) no-repeat center bottom;
  padding-bottom: 10px;
  text-transform: uppercase;
  color: #cdcdcd;
  font-size: 16px;
  margin-bottom: 20px;
}

.z-message-T span {
  color: #ff4e00;
}

.z-message-T h3 {
  display: block;
  font-size: 36px;
  font-weight: bold;
  line-height: 40px;
  color: #333;
}

.z-message-T h3 em {
  color: #6a6a6a;
}

.z-message-C .info {
  background: url(../images/contact_bg.gif) no-repeat;
  padding: 12px;
  height: 163px;
}

.z-message-C .info h4 {
  font-size: 26px;
  color: #333;
  font-weight: bold;
}

.z-message-C .info h4 span {
  color: #ff4e00;
  padding-left: 10px;
}

.z-message-C .info p {
  color: #686868;
  font-size: 14px;
  line-height: 24px;
}

.z-message-C .info .tel {
  padding-left: 50px;
  margin-top: 10px;
  background: url(../images/contact_tel.gif) no-repeat left center;
}

.z-message-C .info .tel p {
  color: #2c2c2c;
}

.z-message-C .info .tel span {
  font-size: 30px;
  color: #2c2c2c;
  font-family: Impact;
}

.nav {
  width: 100%; 
  border-bottom: 1px solid #f3f2f2;
  box-shadow: 0px 10px 10px 0px rgba(109, 33, 0, 0.03);
  position: relative;
  z-index: 9999999999999999999999;
  -webkit-transition: .5s;
  background: #fff;
  transition: .5s;
}

.navOn {
  position: fixed !important;
  left: 0;
  top: 0;
  width: 100%; 
  box-shadow: 0 0 30px rgb(0 0 0 / 10%);
  -webkit-transition: .5s;
  transition: .5s;
}

.nav .navBOx {
  width: 84%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  height: 1rem;
  position: relative;
}

.nav .navBOx .logo {
  flex: 0 0 12.6%;
  justify-content: center;
  float: left;
  width: 12.6%;
  height: 100%;
}

.nav .navBOx .logo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.nav .navBOx .navBth {
  display: none;
}

.nav .navBOx .navCenter {
  flex: 1;
  padding: 0 2%;
  padding-right: 20%;
}

.nav .navBOx .navCenter .navCenterlogo {
  display: none;
}

.nav .navBOx .navCenter ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  justify-content: left;
  box-sizing: content-box;
}

.nav .navBOx .navCenter ul li {
  flex: 1;
  height: 1rem;
  padding: 0 4%;
  box-sizing: content-box;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
}

.nav .navBOx .navCenter ul li .navCenterOne {
  line-height: 1rem;
  display: block;
  font-size: 0.18rem;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-align: center;
  font-weight: normal;
}

.nav .navBOx .navCenter ul li .navCenterOne.navCenterOneRe {
  position: relative;
}

.nav .navBOx .navCenter ul li .navCenterTwo {
  position: absolute;
  top: 1rem;
  left: 19%;
  /* padding: 0.3rem 0.4rem; */
  width: 57%;
  /* box-shadow: 0px 5px 11px 0px #f7f7f7; */
  /* border-radius: 0px 0px 20px 20px; */
  /* border: solid 1px #f3f2f2; */
  display: none;
}

.nav .navBOx .navCenter ul li .navCenterTwo .navCenterTwoBox {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  background: #FFF;
  padding: 0.3rem 0.4rem;
  box-shadow: 0px 5px 11px 0px #f7f7f7;
  border-radius: 0px 0px 20px 20px;
  border: solid 1px #f3f2f2;
}

.nav .navBOx .navCenter ul li .navCenterTwo p {
  flex: 0 0 46%;
  justify-content: center;
  float: left;
  width: 46%;
  margin: 0.18rem 0;
}

.nav .navBOx .navCenter ul li .navCenterTwo p a {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  color: #5a5a5a;
}

.nav .navBOx .navCenter ul li .navCenterTwo p a:hover {
  color: #ff4e00;
}

.nav .navBOx .navCenter ul li .navCenterTwo p a i {
  flex: 0 0 10.5%;
  justify-content: center;
  float: left;
  width: 10.5%;
  position: relative;
  border: 1px solid #eee;
  padding: 4.75% 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.nav .navBOx .navCenter ul li .navCenterTwo p a i img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}

.nav .navBOx .navCenter ul li .navCenterTwo p a em {
  flex: 0 0 83%;
  justify-content: center;
  float: left;
  width: 83%;
}

.nav .navBOx .navCenter ul li .navCenterTwo p a em span {
  font-size: 0.16rem;
  font-weight: bold;
  display: block;
  line-height: 1.5;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #5a5a5a;
}

.nav .navBOx .navCenter ul li .navCenterTwo p a em span u {
  text-decoration: none;
  font-size: 0.15rem;
  font-weight: normal;
  padding-left: 0.4rem;
  color: #7e736e;
}

.nav .navBOx .navCenter ul li .navCenterTwo p a em b {
  line-height: 1;
  font-weight: normal;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  width: 100%;
  padding-top: 0.08rem;
}

.nav .navBOx .navCenter ul li .navCenterTwo p .headerNav {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  font-weight: normal;
  font-size: 0.14rem;
  color: #666;
  padding-left: 0rem;
  line-height: 0.4rem;
}

.nav .navBOx .navCenter ul li .navCenterTwo p .headerNav i {
  flex: 0 0 10.5%;
  justify-content: center;
  float: left;
  width: 10.5%;
  position: relative;
  border: 1px solid #eee;
  padding: 4.75% 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.nav .navBOx .navCenter ul li .navCenterTwo p .headerNav i img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}

.nav .navBOx .navCenter ul li .navCenterTwo p .headerNav em {
  flex: 0 0 83%;
  justify-content: center;
  float: left;
  width: 83%;
}

.nav .navBOx .navCenter ul li .navCenterTwo p .headerNav em span {
  font-size: 0.16rem;
  font-weight: bold;
  display: block;
  line-height: 1.5;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  display: flex;
  position: relative;
}

.nav .navBOx .navCenter ul li .navCenterTwo p .headerNav em span u {
  text-decoration: none;
  font-size: 0.15rem;
  font-weight: normal;
  padding-left: 0.4rem;
  color: #7e736e;
  position: absolute;
  top: 0;
  left: 10%;
}

.nav .navBOx .navCenter ul li .navCenterTwo p .headerNav em span u ico {
  padding: 0 0.1rem;
}

.nav .navBOx .navCenter ul li .navCenterTwo p .headerNav em span u a {
  display: contents;
  padding: 0 0.1rem;
  color: #7e736e;
  -webkit-transition: .5s;
  transition: .5s;
}

.nav .navBOx .navCenter ul li .navCenterTwo p .headerNav em span u a:hover {
  color: #ff4e00;
}

.nav .navBOx .navCenter ul li .navCenterTwo p .headerNav em b {
  line-height: 1;
  font-weight: normal;
  color: #8e8e8e;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  width: 100%;
  padding-top: 0.08rem;
}

.nav .navBOx .navCenter ul li .navCenterTwo p:hover a i {
  background: #fff8f0;
}

.nav .navBOx .navCenter ul li .navCenterTwo p:hover a em span {
  color: #ff4e00;
}

.nav .navBOx .navCenter ul li .navCenterThree {
  position: absolute;
  top: 1rem;
  left: -10%;
  width: 120%;
  /* background-color: #ffffff; */
  /* box-shadow: 0px 5px 11px 0px #f7f7f7; */
  /* border-radius: 0px 0px 20px 20px; */
  /* border: solid 1px #f3f2f2; */
  /* padding: 0.2rem 10%; */
  display: none;
}

.nav .navBOx .navCenter ul li .navCenterThree .navCenterThreeBox {
  background-color: #ffffff;
  box-shadow: 0px 5px 11px 0px #f7f7f7;
  border-radius: 0px 0px 20px 20px;
  border: solid 1px #f3f2f2;
  padding: 0.2rem 10%;
}

.nav .navBOx .navCenter ul li .navCenterThree p {
  display: block;
  padding: 0.14rem 0;
}

.nav .navBOx .navCenter ul li .navCenterThree p a {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  align-items: center;
}

.nav .navBOx .navCenter ul li .navCenterThree p a i {
  flex: 0 0 0.16rem;
  justify-content: center;
  float: left;
  /* width: 20%; */
  height: 0.16rem;
  position: relative;
  margin-right: 0.1rem;
}

.nav .navBOx .navCenter ul li .navCenterThree p a i img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  filter: grayscale(100%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.nav .navBOx .navCenter ul li .navCenterThree p a b {
  flex: 0 0 76%;
  justify-content: center;
  float: left;
  width: 76%;
  font-size: 0.16rem;
  font-weight: normal;
  color: #5a5a5a;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.nav .navBOx .navCenter ul li .navCenterThree p a:hover i img {
  filter: grayscale(0%);
}

.nav .navBOx .navCenter ul li .navCenterThree p a:hover b {
  color: #ff4e00;
}

.nav .navBOx .navCenter ul li:hover {
  background: #fff8f0;
}

.nav .navBOx .navCenter ul li:hover .navCenterOne {
  color: #ff4e00;
}

.nav .navBOx .navRight {
  flex: 0 0 20.3%;
  justify-content: center;
  float: left;
  width: 20.3%;
}

.nav .navBOx .navRight .navRightBox {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.nav .navBOx .navRight .navRightBox a {
  flex: 0 0 37%;
  justify-content: center;
  float: left;
  width: 37%;
  height: 0.34rem;
  border-radius: 0.17rem;
  background: #ff4e00;
  text-align: center;
  line-height: 0.34rem;
  color: #fff;
  font-size: 0.16rem;
}

.nav .navBOx .navRight .navRightBox p {
  flex: 0 0 58%;
  justify-content: center;
  float: left;
  width: 58%;
  height: 0.34rem;
  border: 1px solid #ccc;
  border-radius: 0.17rem;
  background: url(../images/navRightBoxP.png) no-repeat 10% center;
  line-height: 0.34rem;
  text-align: center;
  text-indent: 2em;
  font-size: 0.2rem;
  color: #747474;
}

.nav .navBOx .navRightKz {
  flex: 0 0 20.3%;
  justify-content: center;
  float: left;
  width: 20.3%;
}

.navRightKzBox {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.navRightKzBoxL {
  flex: 0 0 2.04rem;
  height: 0.3rem;
  border: 1px solid #e9e9e9;
  border-radius: 0.3rem;
  margin-right: 0.2rem;
}

.navRightKzBoxR {
  flex: 0 0 1rem;
  height: 0.32rem;
  background: #ff4e00;
  border-radius: 0.32rem;
  text-align: center;
}

.navRightKzBoxR a {
  color: #fff;
  display: block;
  line-height: 0.32rem;
  font-size: 0.16rem;
  cursor: pointer;
}

.navRightKzBoxLBox {
  justify-content: space-between;
  width: 100%;
  display: flex;
  padding: 0 0.1rem;
  box-sizing: border-box;
  text-align: center;
  position: relative;
}

.navRightKzBoxLBox::after {
  content: "";
  height: 0.15rem;
  width: 1px;
  background: #b7b7b7;
  position: absolute;
  top: 0.08rem;
  left: 50%;
}

.navRightKzBoxLBox a {
  flex: 0 0 50%;
  line-height: 0.3rem;
  font-size: 0.16rem;
  color: #4b4b4b;
}

.navRightKzBoxLBox a i {
  width: 0.15rem;
  height: 0.15rem;
  display: inline-block;
  vertical-align: middle;
}

.navRightKzBoxLBox a span {
  padding-left: 0.09rem;
}

.navRightKzBoxLBox a:nth-child(1) i {
  background: url(../images/headerKongzhi.png) no-repeat center;
}

.navRightKzBoxLBox a:nth-child(2) i {
  background: url(../images/haderDenglu.png) no-repeat center;
}

.navRightKzBoxLBox a:hover {
  color: #ff4e00;
}

.navRightKzBoxLBox a:nth-child(1):hover i {
  background: url(../images/headerKongzhi1.png) no-repeat center;
}

.navRightKzBoxLBox a:nth-child(2):hover i {
  background: url(../images/haderDenglu1.png) no-repeat center;
}

.nav .navBOx .navCenter ul li:nth-child(5) .navCenterThree {
  width: 100%;
  left: 0;
  box-sizing: border-box;
}

.nav .navBOx .navCenter ul li:nth-child(5) .navCenterThree p a {
  justify-content: center;
  text-align: center;
}

.nav .navBOx .navCenter ul li:nth-child(5) .navCenterThree p a b {
  flex: initial;
  width: initial;
}

.footer {
  background: #000;
  padding-top: 0.6rem;
}

.footer .footerBox {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}

.footer .footerBox .footerBoxTopL {
  flex: 0 0 60%;
  justify-content: center;
  float: left;
  width: 60%;
}

.footer .footerBox .footerBoxTopL .footerBoxTopLBox {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}

.footer .footerBox .footerBoxTopL .footerBoxTopLBox .footerBoxTopLBoxList {
  flex: 1;
  padding-left: 2%;
  overflow: hidden;
  position: relative;
}

.footer .footerBox .footerBoxTopL .footerBoxTopLBox .footerBoxTopLBoxList::after {
  content: "";
  width: 1px;
  height: 100%;
  background: #404040;
  position: absolute;
  top: 0.5rem;
  right: 0;
}

.footer .footerBox .footerBoxTopL .footerBoxTopLBox .footerBoxTopLBoxList:nth-child(4)::after {
  content: "";
  width: 1px;
  height: 100%;
  background: transparent;
  position: absolute;
  top: 0.5rem;
  right: 0;
}

.footer .footerBox .footerBoxTopL .footerBoxTopLBox .footerBoxTopLBoxList h5 a {
  display: block;
  font-size: 0.18rem;
  font-weight: bold;
  color: #b5b5b5;
}

.footer .footerBox .footerBoxTopL .footerBoxTopLBox .footerBoxTopLBoxList ul {
  position: relative;
  padding-right: 0.2rem;
  box-sizing: border-box;
  margin-top: 0.2rem;
}

.footer .footerBox .footerBoxTopL .footerBoxTopLBox .footerBoxTopLBoxList ul li a {
  width: 100%;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 0.16rem;
  color: #909090;
  line-height: 0.32rem;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.footer .footerBox .footerBoxTopL .footerBoxTopLBox .footerBoxTopLBoxList ul li a:hover {
  color: #fff;
  transform: translateX(5px);
}

.footer .footerBox .footerBoxTopL .footerBoxTopLBox .footerBoxTopLBoxList:nth-child(1) {
  flex: 0 0 33%;
  padding-left: 0;
}

.footer .footerBox .footerBoxTopL .footerBoxTopLBox .footerBoxTopLBoxList:nth-child(1) ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}

.footer .footerBox .footerBoxTopL .footerBoxTopLBox .footerBoxTopLBoxList:nth-child(1) ul li {
  flex: 0 0 50%;
  justify-content: center;
  float: left;
  width: 50%;
}

.footer .footerBox .footerBoxTopL .footerBoxTopLBox .footerBoxTopLBoxList:nth-child(1) ul li a {
  padding-right: 0.2rem;
  box-sizing: border-box;
}

.footer .footerBox .footerBoxTopR {
  flex: 0 0 35%;
  justify-content: center;
  float: left;
  width: 35%;
}

.footer .footerBox .footerBoxTopR .footerBoxTopRTop ul {
  width: 100%;
  overflow: hidden;
}

.footer .footerBox .footerBoxTopR .footerBoxTopRTop ul li {
  float: left;
  width: 35%;
  margin-right: 2.5%;
  display: flex;
}

.footer .footerBox .footerBoxTopR .footerBoxTopRTop ul li img {
  flex: 0 0 69%;
  justify-content: center;
  width: 69%;
  display: block;
  padding: 0.1rem;
  background: #fff;
  box-sizing: border-box;
  float: left;
}

.footer .footerBox .footerBoxTopR .footerBoxTopRTop ul li i {
  flex: 0 0 28%;
  justify-content: center;
  width: 28%;
  float: left;
  border: 1px solid #5f5f5f;
  display: block;
  text-align: center;
  color: #d0d0d0;
  align-items: center;
  line-height: 1.2;
  padding-top: 0.15rem;
}

.footer .footerBox .footerBoxTopR .footerBoxTopRTopBottom {
  padding-top: 0.2rem;
}

.footer .footerBox .footerBoxTopR .footerBoxTopRTopBottom p {
  font-size: 0.16rem;
  line-height: 0.3rem;
  color: #5a5a5a;
}

.footer .footerBox .footerBoxTopR .footerBoxTopRTopBottom p a {
  color: #5a5a5a;
  padding-left: 0.1rem;
}

.footer .footerBottom {
  margin-top: 0.35rem;
  border-top: 1px solid #2f2f2f;
  height: 0.66rem;
}

.footer .footerBottom .footerBottomBox {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  align-items: center;
}

.footer .footerBottom .footerBottomBox a.footerBottomL {
  width: 1.2rem;
  height: 0.28rem;
  line-height: 0.28rem;
  margin-right: 0.2rem;
  background: #5f5f5f;
  color: #fff;
  font-size: 0.16rem;
  border-radius: 0.28rem;
  text-align: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.footer .footerBottom .footerBottomBox a.footerBottomL:hover {
  background: #ff4e00;
  transform: translateY(-5px);
}

.footer .footerBottom .footerBottomBox p {
  flex: 1;
  line-height: 0.66rem;
  color: #5a5a5a;
  font-size: 0.16rem;
}

.footer .footerBottom .footerBottomBox .footerBottomBoxLink {
  width: 1.4rem;
  height: 0.28rem;
  background: #5f5f5f;
  border-radius: 0.05rem;
  cursor: pointer;
  position: relative;
  z-index: 99999;
  display: none;
}

.footer .footerBottom .footerBottomBox .footerBottomBoxLink .footerBottomBoxLinkButton {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.footer .footerBottom .footerBottomBox .footerBottomBoxLink .footerBottomBoxLinkButton b {
  flex: 0 0 80%;
  justify-content: center;
  float: left;
  width: 80%;
  height: 100%;
  height: 0.28rem;
  color: #fff;
  font-weight: normal;
  text-align: center;
  line-height: 0.28rem;
}

.footer .footerBottom .footerBottomBox .footerBottomBoxLink .footerBottomBoxLinkButton i {
  flex: 0 0 20%;
  justify-content: center;
  float: left;
  width: 20%;
  text-align: center;
  width: 100%;
  height: 0.28rem;
  line-height: 0.28rem;
  background: #fff;
  border-radius: 0 0.05rem 0.05rem 0;
}

.footer .footerBottom .footerBottomBox .footerBottomBoxLink ul {
  width: 150%;
  position: absolute;
  bottom: 0.28rem;
  background: #333;
  right: 0;
  display: none;
}

.footer .footerBottom .footerBottomBox .footerBottomBoxLink ul li {
  border-bottom: 1px solid #5f5f5f;
  line-height: 0.26rem;
}

.footer .footerBottom .footerBottomBox .footerBottomBoxLink ul li a {
  color: #fff;
  text-align: center;
  padding: 0.05rem 0.1rem;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.footer .footerBottom .footerBottomBox .footerBottomBoxLink ul li a:hover {
  background: #ff4e00;
  color: #fff;
}

.addPage .black {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  margin-top: 0.5rem;
}

.addPage .black span {
  padding: 0.05rem 0.1rem;
  border: 1px solid #ccc;
  margin: 0 0.05rem;
  cursor: pointer;
  transition: 1s;
  display: inline-block;
}

.addPage .black span:hover {
  background: #ff4e00;
  border: 1px solid #ff4e00;
  color: #fff;
}

.addPage .black a {
  padding: 0.05rem 0.1rem;
  border: 1px solid #ccc;
  margin: 0 0.05rem;
  cursor: pointer;
  display: inline-block;
  transition: 1s;
}

.addPage .black a:hover {
  background: #ff4e00;
  border: 1px solid #ff4e00;
  color: #fff;
}

#kefu-ball {
  display: none;
}

.buttomNav {
  display: none;
}

@media (max-width: 1600px) {
  .nav .navBOx .navRight {
    flex: 0 0 30%;
    justify-content: center;
    float: left;
    width: 30%;
  }

  .nav .navBOx .navCenter {
    padding-right: 5%;
  }
}

@media (max-width: 1200px) {
  .buttomNav {
    display: block;
    width: 100%;
    height: .8rem;
  }

  .social_nav5 {
    width: 100%;
    height: 0.8rem;
    position: fixed;
    bottom: 0;
    z-index: 999999999999999;
    background: #ff4e00;
  }

  .social_nav5 li {
    float: left;
    padding-top: 0.1rem;
    width: 25%;
    height: 0.8rem;
    overflow: hidden;
    font: 1.1rem/0.4rem "Microsoft Yahei";
    text-align: center;
    color: #fff;
    box-sizing: border-box;
  }

  .social_nav5 li:nth-child(1) {
    background: #ff0000;
  }

  .social_nav5 li a {
    color: #fff;
    display: block;
    font-size: 0.16rem;
  }

  .social_nav5 li img {
    margin: auto;
    width: 0.3rem;
    height: 0.3rem;
    display: block;
  }

  #kefu-ball {
    display: block;
    position: fixed;
    right: 0;
    bottom: 30%;
    border-radius: 50%;
    z-index: 99999;
    /* box-shadow: 0px 0px 20px 0px rgba(50, 179, 255, .6); */
  }

  #kefu-ball a {
    display: block;
  }

  #kefu-ball a img {
    display: block;
  }

  .nav {
    position: relative;
    height: auto;
    z-index: 9999999999999999;
  }

  .nav .navBOx .navRightKz {
    display: none;
  }

  .nav .navBOx .navCenter ul li .navCenterTwo p a {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    color: #999;
  }

  .nav .navBOx .navCenter ul li .navCenterTwo .navCenterTwoBox {
    background: transparent;
    box-sizing: border-box;
    padding: 0;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    border: 0;
  }

  .nav .navBOx .navCenter ul li .navCenterTwo p a em b {
    color: #8e8e8e;
  }

  .nav .navBOx .navCenter ul li:hover {
    background: transparent;
  }

  .nav .navBOx .navCenter ul li .navCenterThree .navCenterThreeBox {
    background: transparent;
  }

  .nav .navBOx .navCenter ul li .navCenterThree .navCenterThreeBox {
    padding: 0rem;
    box-sizing: border-box;
    background: transparent;
    border: 0;
    box-shadow: 0px 5px 11px 0px rgba(0, 0, 0, 0);
  }

  .nav .navBOx .navCenter ul li .navCenterThree {
    width: 100%;
  }

  .nav .navBOx {
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
  }

  .nav .navBOx .navCenter {
    display: none;
  }

  .nav .navBOx .navCenter ul li {
    height: auto;
    box-sizing: border-box;
  }

  .nav .navBOx {
    height: 0.6rem;
  }

  .nav .navBOx .logo {
    flex: 0 0 40%;
    justify-content: center;
    float: left;
    width: 40%;
  }

  .nav .navBOx .navBth {
    display: block;
    flex: 0 0 0.4rem;
    justify-content: center;
    float: left;
    width: 0.4rem;
    height: 0.4rem;
    background: url(../images/headerMenuBth.png) no-repeat center;
    background-size: 80%;
  }

  .nav .navBOx .navCenter {
    flex: 0 0 100%;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    position: fixed;
    background: #fff;
    z-index: 2222;
    box-sizing: border-box;
    padding-top: 0.5rem;
    padding-right: 0.1rem;
    box-sizing: border-box;
    top: 0.6rem;
  }

  .nav .navBOx .navCenter ul li {
    flex: 0 0 100%;
    justify-content: center;
    float: left;
    width: 100%;
  }

  .footer .footerBox .footerBoxTopL {
    display: none;
  }

  .nav .navBOx .navRight {
    display: none;
  }

  .nav .navBOx .navCenter .navCenterlogo {
    display: block;
    margin: 0 auto 0.5rem;
    display: none;
  }

  .nav .navBOx .navCenter ul li .navCenterOne {
    line-height: 0.5rem;
    border-bottom: 1px solid rgba(51, 51, 51, .1);
    font-size: 0.14rem;
    text-align: left;
    position: relative;
    color: rgba(51, 51, 51, 0.6);
  }

  .nav .navBOx .navCenter ul li .navCenterOne::after {
    content: "+";
    color: rgba(51, 51, 51, 0.6);
    position: absolute;
    right: 0;
    line-height: 0.5rem;
    top: 0;
    font-size: 0.18rem;
    font-weight: bold;
  }

  .nav .navBOx .navCenter ul li .navCenterTwo {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0;
    background: transparent;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    border: 0;
  }

  .nav .navBOx .navCenter ul li:nth-child(5) .navCenterThree {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0;
    background: transparent;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    border: 0;
  }

  .nav .navBOx .navCenter ul li:nth-child(5) .navCenterThree p a {
    justify-content: left;
    text-align: left;
  }

  .nav .navBOx .navCenter ul li.on {
    background: #fff;
  }

  .nav .navBOx .navCenter ul li .navCenterTwo p a em {
    flex: 0 0 100%;
    justify-content: center;
    float: left;
    width: 100%;
  }

  .nav .navBOx .navCenter ul li .navCenterTwo p a em span {
    font-weight: normal;
    font-size: 0.14rem;
    color: #999;
    padding-left: 0rem;
    border-bottom: 1px solid rgba(51, 51, 51, .1);
    line-height: 0.4rem;
  }

  .nav .navBOx .navCenter ul li .navCenterTwo p {
    flex: 0 0 100%;
    justify-content: center;
    float: left;
    width: 100%;
    margin: 0rem 0;
  }

  .nav .navBOx .navCenter ul li .navCenterTwo p a i {
    display: none;
  }

  .nav .navBOx .navCenter ul li .navCenterTwo p a em b {
    display: none;
  }

  .nav .navBOx .navCenter ul li .navCenterTwo p .headerNav em {
    flex: 0 0 100%;
    justify-content: center;
    float: left;
    width: 100%;
  }

  .nav .navBOx .navCenter ul li .navCenterTwo p .headerNav em span {
    font-weight: normal;
    font-size: 0.14rem;
    color: #666;
    padding-left: 0rem;
    line-height: 0.4rem;
  }

  .nav .navBOx .navCenter ul li .navCenterTwo p .headerNav em span u a {
    font-size: 0.14rem;
    caret-color: #999;
  }

  .nav .navBOx .navCenter ul li .navCenterTwo p .headerNav em span u a {
    color: #999;
  }

  .nav .navBOx .navCenter ul li .navCenterTwo p {
    flex: 0 0 100%;
    justify-content: center;
    float: left;
    width: 100%;
    margin: 0rem 0;
    padding: 0 0.15rem;
    box-sizing: border-box;
  }

  .nav .navBOx .navCenter ul li .navCenterTwo p .headerNav i {
    display: none;
  }

  .nav .navBOx .navCenter ul li .navCenterTwo p .headerNav em b {
    display: none;
  }

  .footer .footerBox .footerBoxTopR {
    flex: 0 0 100%;
    justify-content: center;
    float: left;
    width: 100%;
    padding: 0 0.15rem;
    box-sizing: border-box;
  }

  .nav .navBOx .navCenter ul li .navCenterThree {
    position: relative;
    top: 0;
    left: 0;
    padding: 0;
    background: transparent;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    border: 0;
  }

  .nav .navBOx .navCenter ul li .navCenterThree p {
    padding: 0rem 0rem;
    box-sizing: border-box;
    height: 0.4rem;
    border-bottom: 1px solid rgba(51, 51, 51, .1);
    line-height: 0.4rem;
  }

  .nav .navBOx .navCenter ul li .navCenterThree .navCenterThreeBox {
    padding: 0 0.15rem;
  }

  .nav .navBOx .navCenter ul li .navCenterThree p a b {
    flex: 0 0 100%;
    justify-content: center;
    float: left;
    width: 100%;
    font-weight: normal;
    font-size: 0.14rem;
    color: #999;
    padding-left: 0rem;
  }

  .nav .navBOx .navCenter ul li .navCenterThree p a i {
    display: none;
  }

  .nav .navBOx .navCenter ul li.on .navCenterOne::after {
    content: "-";
  }

  .footer .footerBox .footerBoxTopR .footerBoxTopRTop ul li {
    flex: 0 0 47.5%;
    justify-content: center;
    float: left;
    /* width: 47.5%; */
    width: 1.6rem;
  }

  .footer .footerBox .footerBoxTopR .footerBoxTopRTop ul li:nth-child(2) {
    margin-left: 0;
  }

  .footer .footerBox .footerBoxTopR .footerBoxTopRTopBottom p {
    color: #999;
  }

  .footer .footerBox .footerBoxTopR .footerBoxTopRTopBottom p a {
    color: #999;
  }

  .footer .footerBottom .footerBottomBox a.footerBottomL {
    display: none;
  }

  .footer .footerBottom .footerBottomBox .footerBottomBoxLink {
    display: none;
  }

  .footer .footerBottom {
    height: auto;
    padding: 0 0.15rem;
    display: none;
  }

  .footer .footerBottom .footerBottomBox p {
    line-height: 2;
  }

  .footer {
    padding-bottom: 0.4rem;
  }

  .nav .navBOx .close {
    width: 0.4rem;
    height: 0.4rem;
    background: url(../images/close.png) no-repeat center;
    background-size: 0.3rem;
    position: absolute;
    top: 0.1rem;
    right: 0.1rem;
  }

  .leftWow,
  .rightWow {
    transform: translate(0, 0px) !important;
    opacity: 1 !important;
  }

  .nav .navBOx .navCenter ul li .navCenterTwo p .headerNav em span u {
    left: 20%;
  }

  .nav .navBOx .navCenter ul li .navCenterTwo p .headerNav {
    border-bottom: 1px solid rgba(51, 51, 51, .1);
  }
}

@keyframes wave {
  0% {
    background-position-x: 0;
  }

  100% {
    background-position-x: -100%;
  }
}

@keyframes mymove1 {
  from {
    transform: translateY(0px);
  }

  to {
    transform: translateY(10px);
  }
}

@keyframes mymovec {
  from {
    transform: translate(-50%, -50%) translateX(0px);
  }

  to {
    transform: translate(-50%, -50%) translateX(10px);
  }
}

@keyframes mymove2 {
  from {
    transform: translateX(0px);
  }

  to {
    transform: translatex(20px);
  }
}

@keyframes mymove3 {
  from {
    bottom: 5px;
  }

  to {
    bottom: 15px;
  }
}

@keyframes mymove4 {
  from {
    transform: translateY(0px);
  }

  to {
    transform: translateY(10px);
  }
}

@keyframes mymove5 {
  from {
    transform: translateX(-50%) translateY(0deg);
  }

  to {
    transform: translateX(-50%) translateY(10px);
  }
}

@keyframes mymove6 {
  from {
    transform: translateY(0px);
  }

  to {
    transform: translateY(15px);
  }
}

@keyframes mymove7 {
  from {
    transform: translateY(0px);
  }

  to {
    transform: translateY(10px);
  }
}

@keyframes mymove8 {
  from {
    transform: rotate(0);
  }

  to {
    transform: rotate(360deg);
  }
}

@keyframes mymove8C {
  from {
    transform: translate(-51%, -51%) rotate(0);
  }

  to {
    transform: translate(-51%, -51%) rotate(360deg);
  }
}

@keyframes mymove10 {
  from {
    transform: rotate(0);
  }

  to {
    transform: rotate(-360deg);
  }
}

@keyframes mymove9 {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes mymove111 {
  from {
    opacity: 0.8;
  }

  to {
    opacity: 1;
  }
}

@keyframes mymove112 {
  from {
    opacity: 0.3;
  }

  to {
    opacity: 1;
  }
}

@keyframes mymove13 {
  from {}

  to {
    height: 110%;
  }
}

@keyframes fd1 {
  from {
    transform: scale(1);
  }

  to {
    transform: scale(1.1);
  }
}

@keyframes fd2 {
  from {
    transform: scale(1) translateX(-50%);
  }

  to {
    transform: scale(1.1) translateX(-50%);
  }
}

@keyframes fd3 {
  from {
    transform: scale(1);
    opacity: 0;
  }

  to {
    transform: scale(1.1);
    opacity: 1;
  }
}

@-webkit-keyframes efc-bgColour01 {
  0% {
    width: 0;
  }

  60% {
    width: 100%;
  }

  61% {
    left: 0%;
  }

  100% {
    left: 100%;
  }
}

@keyframes efc-bgColour02 {
  0% {
    opacity: 0;
  }

  60% {
    opacity: 0;
  }

  61% {
    opacity: 1;
  }

  100% {
    opacity: 1;
  }
}










.douyin{

    width: 100px;

    height: 100px;

    position: fixed;

    right: 0;

    bottom: 50px;

    display: block;

    z-index: 99999999999999999999999999;



}



.douyin img{

    width: 100%;

    height: 100%;

}

















